projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e053e
)
* src/frame.c (frame_params): Make const.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Fri, 6 Aug 2010 19:01:35 +0000
(12:01 -0700)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Fri, 6 Aug 2010 19:01:35 +0000
(12:01 -0700)
src/ChangeLog
patch
|
blob
|
history
src/frame.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index b7231b4e2b65db98ef3c5306ad7aa0983f5c44cd..9a741498861d185a9272d2f69f6650aee1961df2 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
+ * frame.c (frame_params): Make const.
+
* lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
* emacs.c (emacs_copyright, emacs_version): Make static.
diff --git
a/src/frame.c
b/src/frame.c
index 61c24999e59bc4b553c0bd52dfbff21c5a59ac56..a36f71f8b1ff8ada6accaed3398b90e81cb12116 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-2774,7
+2774,7
@@
struct frame_parm_table {
Lisp_Object *variable;
};
-static struct frame_parm_table frame_parms[] =
+static
const
struct frame_parm_table frame_parms[] =
{
{"auto-raise", &Qauto_raise},
{"auto-lower", &Qauto_lower},